projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ea55f3
)
Modify a commented-out non-nil value of jit-lock-defer-time, to
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 25 Nov 2001 18:02:45 +0000
(18:02 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 25 Nov 2001 18:02:45 +0000
(18:02 +0000)
make it consistent with the lazy-lock-defer-time's default value.
lisp/jit-lock.el
patch
|
blob
|
history
diff --git
a/lisp/jit-lock.el
b/lisp/jit-lock.el
index 02bc6acf9572054cbd3451aafbd23701c1dd096c..202140083020c21cc4acd93c1af2b1dd10d428f4 100644
(file)
--- a/
lisp/jit-lock.el
+++ b/
lisp/jit-lock.el
@@
-127,7
+127,7
@@
The value of this variable is used when JIT Lock mode is turned on."
(other :tag "syntax-driven" syntax-driven))
:group 'jit-lock)
-(defcustom jit-lock-defer-time nil ;; 0.5
+(defcustom jit-lock-defer-time nil ;; 0.
2
5
"Idle time after which deferred fontification should take place.
If nil, fontification is not deferred."
:group 'jit-lock